added SSCLI 1.0
[windows-sources.git] / shared source / sscli20 / tools / genpalunitable / sources
blobdb06c0a02f960e9ddf53cf5a761ef0b4f0cfb80d
2
3 #  Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
4
5 #  The use and distribution terms for this software are contained in the file
6 #  named license.txt, which can be found in the root of this distribution.
7 #  By using this software in any fashion, you are agreeing to be bound by the
8 #  terms of this license.
9
10 #  You must not remove this notice, or any other, from this software.
11
14 CRT_INC_PATH=$(CORENV)\Crt\inc\i386
16 TARGETNAME=GenPalUniTable
17 TARGETPATH=.
18 TARGETTYPE=PROGRAM
19 COMPILER_WARNINGS=/W3 /WX
20 COR_C_FLAGS=-DUNICODE -D_UNICODE
22 INCLUDES=$(INCLUDES);$(MSVCDIR)\PlatformSDK\include;$(MSVCDIR)\Include
24 USE_MSVCRT=1
26 SOURCES=GenPalUniTable.cpp
28 UMTYPE=console
30 LINKLIBS=$(LIBC_LIB) \
31          $(SDK_LIB_PATH)\kernel32.lib